home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (C) 1993 Robert Davis
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of Version 2, or any later version, of
- * the GNU General Public License as published by the Free Software
- * Foundation.
- */
-
- /* $Id: TicCell.h,v 1.4 1993/05/04 16:23:05 davis Exp $ */
-
- #import "SubCell.h"
-
- @interface TicCell:SubCell
- {
- }
-
-
- /*
- * TicObjects have both a string value and a double value, and
- * TicCells draw them both.
- */
- - drawInside:(const NXRect *)cellFrame inView:controlView;
-
-
- @end
-